home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / ChipCD 6.02.iso / software / tweakall / TweakAll2setup.exe / {app} / TweakAll.exe / 0 / RCDATA / TWEBUPDATE / TWEBUPDATE.txt
Text File  |  2001-10-11  |  1KB  |  79 lines

  1. object WebUpdate: TWebUpdate
  2.   Left = 192
  3.   Top = 107
  4.   BorderIcons = []
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Web Update'
  7.   ClientHeight = 204
  8.   ClientWidth = 507
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object edtMessages: TMemo
  23.     Left = 8
  24.     Top = 8
  25.     Width = 489
  26.     Height = 137
  27.     Color = clBtnFace
  28.     ReadOnly = True
  29.     TabOrder = 0
  30.   end
  31.   object ProgressBar: TProgressBar
  32.     Left = 8
  33.     Top = 152
  34.     Width = 489
  35.     Height = 16
  36.     Min = 0
  37.     Max = 100
  38.     Step = 1
  39.     TabOrder = 1
  40.   end
  41.   object btnUpdate: TBitBtn
  42.     Left = 344
  43.     Top = 176
  44.     Width = 75
  45.     Height = 25
  46.     Caption = 'Update'
  47.     TabOrder = 2
  48.     OnClick = btnUpdateClick
  49.   end
  50.   object btnClose: TBitBtn
  51.     Left = 424
  52.     Top = 176
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'Close'
  56.     TabOrder = 3
  57.     OnClick = btnCloseClick
  58.   end
  59.   object btnConfigure: TBitBtn
  60.     Left = 8
  61.     Top = 176
  62.     Width = 75
  63.     Height = 25
  64.     Caption = 'Configure'
  65.     TabOrder = 4
  66.     OnClick = btnConfigureClick
  67.   end
  68.   object btnCancel: TBitBtn
  69.     Left = 424
  70.     Top = 176
  71.     Width = 75
  72.     Height = 25
  73.     Caption = 'Cancel'
  74.     TabOrder = 5
  75.     Visible = False
  76.     OnClick = btnCancelClick
  77.   end
  78. end
  79.